Carbon


MPCreateNotification

Header: Multiprocessing.h Carbon status: Supported

Creates a kernel notification

OSStatus MPCreateNotification (
    MPNotificationID *notificationID
);
notificationID

On return, notificationID points to the newly created kernel notification.

function result

A result code.

DISCUSSION

After creating the kernel notification object, you can add simple notifications by calling the function MPModifyNotification.

Also see the function MPDeleteNotification.

VERSION NOTES

Introduced with Multiprocessing Services 2.1.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when MPLibrary 2.1 or later is installed. Exported by CarbonLib 1.0 and later and by MPLibrary 2.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/6/2000)